projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
992371c
)
(Fcompute_motion): Fix symbol name in previous change.
author
Karl Heuer
<kwzh@gnu.org>
Wed, 30 Mar 1994 03:12:53 +0000
(
03:12
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Wed, 30 Mar 1994 03:12:53 +0000
(
03:12
+0000)
src/indent.c
patch
|
blob
|
history
diff --git
a/src/indent.c
b/src/indent.c
index ba1cc334b85a574ba381dd063210cb909297091b..61d7e280479575f4d1337e6637bdaf404c392706 100644
(file)
--- a/
src/indent.c
+++ b/
src/indent.c
@@
-649,7
+649,7
@@
Pass the buffer's (point-max) as TO, to limit the scan to the end of the\n\
visible section of the buffer, and pass LINE and COL as TOPOS.")
#endif
-DEFUN ("compute-motion", F
foo, Sfoo
, 6, 6, 0,
+DEFUN ("compute-motion", F
compute_motion, Scompute_motion
, 6, 6, 0,
0)
(from, frompos, to, topos, width, offsets)
Lisp_Object from, frompos, to, topos;